home *** CD-ROM | disk | FTP | other *** search
/ Level 2005 Christmas (DVD) / Level_2005-XMAS_134_DVD_Knightshift.iso / Demos / Ski Racing 2006 / setup1.cab / DataCommonShadersDX9AddFourSamples.psh < prev    next >
Encoding:
Text File  |  2005-11-03  |  256 b   |  16 lines

  1.  
  2.  
  3. ps.1.1
  4.  
  5.  
  6. tex  t0                      ;texture1
  7. tex  t1                      ;texture2
  8. tex  t2                      ;texture3
  9. tex  t3                      ;texture4
  10.  
  11.  
  12. mul r0, c0, t0
  13. mad r0, c1, t1, r0
  14. mad r0, c2, t2, r0
  15. mad r0, c3, t3, r0
  16.